X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=blobdiff_plain;f=includes%2FMagicWord.php;h=ee9591870014b99f3a16180162bac1ec49e6ef23;hb=aa3319c4c0e3dab7d4eb9d64e49ccbd403c99b00;hp=e234a4ca3dabbd29208dc565f8d6aa4475142d87;hpb=ecdef925bb0da8cfefbe2a72413a680edf732d31;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MagicWord.php b/includes/MagicWord.php index e234a4ca3d..ee95918700 100644 --- a/includes/MagicWord.php +++ b/includes/MagicWord.php @@ -502,7 +502,7 @@ class MagicWord { # multiple matched parts (variable match); some will be empty because of # synonyms. The variable will be the second non-empty one so remove any # blank elements and re-sort the indices. - # See also bug 6526 + # See also T8526 $matches = array_values( array_filter( $matches ) );